iShell Help
Tribeworks > iShell > Commands >
  Globals State
   
The Globals State command reads and writes the value of global variables to a file called Global.k in a project specific cache folder on the user's hard disk. The command operates on all the global variables as a batch and is not suitable for selectively reading and writing individual global variables.

Options

  • Read: reads any values that were written previously and sets the globals to those values. Globals that had not been written before are unaffected.
  • Write: writes the values of declared global variables to disk. These values persist until they are over-written by a subsequent write command or the user manually deletes their cache.